home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 109
/
EnigmaAmiga109CD.iso
/
dalla rivista
/
netconnect3
/
cmanager
/
rexx
/
sendmd.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-10-29
|
303b
|
25 lines
/*
*
* $VER: SendMD.rexx 1.0 (12.8.98)
*
*/
Options Results
Parse Arg '"'email'" "'microdotPath'"'
IF ~SHOW(P,'MD.1') THEN DO
Address Command 'Run <NIL: >NIL:' microdotPath
Address Command 'SYS:RexxC/WaitForPort' MD.1
END
Address MD.1
'NEWMSGWINDOW TO "' || email || '"'
Exit 0